-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
refactor(connector): Move connectors Bamboraapac, Boku, Gocardless, Prophetpay, Rapyd #6652
base: main
Are you sure you want to change the base?
Conversation
@@ -28,6 +28,7 @@ rand = "0.8.5" | |||
regex = "1.10.4" | |||
reqwest = { version = "0.11.27" } | |||
ring = "0.17.8" | |||
roxmltree = "0.20.0" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we do this version
roxmltree = "0.19.0"
) => Self::Voided, | ||
(RapydPaymentStatus::Error, _) => Self::Failure, | ||
(RapydPaymentStatus::New, _) => Self::Authorizing, | ||
// impl ForeignFrom<(RapydPaymentStatus, NextAction)> for enums::AttemptStatus { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove these comments
} | ||
} | ||
// } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove these comments
@@ -91,7 +91,6 @@ rdkafka = "0.36.2" | |||
regex = "1.10.4" | |||
reqwest = { version = "0.11.27", features = ["json", "rustls-tls", "gzip", "multipart"] } | |||
ring = "0.17.8" | |||
roxmltree = "0.19.0" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for removing the unused dependency!
Type of Change
Description
Moved connectors Bamboraapac, Boku, Ebanx, Gocardless, Prophetpay and Rapyd from router crate to hyperswitch_connectors crate
Additional Changes
Motivation and Context
How did you test it?
Checklist
cargo +nightly fmt --all
cargo clippy